home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #12 / K-CD-12-2003.ISO / Beach Head - Desert War / BeachHeadDesertWar.exe / LEVEL_24 < prev    next >
Encoding:
Text File  |  2003-04-11  |  1.1 KB  |  76 lines

  1. //Bullets, Projectiles, Missiles, Flares (maximum 500 20 20 20)
  2. Ammo 400 10 10 0
  3. //Tank, Jet, HelicopterGun, HelicopterRocket (range:1-9) (default 1,3,3,3)
  4. Aggression 6 3 7 7
  5. Daytime
  6. //Nightime
  7. Crosshair
  8. //Artillery
  9. //Bombers
  10. //AltGun
  11. AltGun2
  12. //AltCannon
  13. /*** TANK (maximum 12) ***/
  14. Object TANK
  15. Delay 200
  16. ObjectInc
  17. Delay 400
  18. East
  19.  
  20. /*** APC (maximum 4, soldiers 6) basic ***/
  21. Object APC1
  22. Delay 1000
  23. ObjectInc
  24. Delay 1000
  25. East
  26.  
  27. /*** APC (maximum 4, soldiers 6) gun turret ***/
  28. Object APC2
  29. Delay 2000
  30. ObjectInc
  31. Delay 2000
  32. West
  33.  
  34. /*** APC (maximum 4, soldiers 6) missile turret ***/
  35. Object APC3
  36. Delay 400
  37. ObjectInc
  38. Delay 800
  39. North
  40.  
  41. /*** JET (maximum 16) ***/
  42. /*** BOMBER (maximum 9) ***/
  43. /*** COBRA (maximum 12) ***/
  44. Object COBRA
  45. ObjectInc
  46. Delay 200
  47. North
  48.  
  49. /*** CH53 (maximum 8, soldiers 6) ***/
  50. /*** C130 (maximum 8, soldier 0-12) ***/
  51. Object C130
  52. Delay 200
  53. troops1 8
  54. pdrop 4
  55. passes 1
  56. ObjectInc
  57. Delay 300
  58. troops1 8
  59. mdrop 4
  60. Far
  61. passes 1
  62. ObjectInc
  63. Delay 400
  64. troops1 8
  65. adrop 4
  66. passes 1
  67. ObjectInc
  68. Delay 500
  69. troops1 8
  70. hdrop 4
  71. Far
  72. passes 1
  73. South
  74.  
  75. End
  76.